Skip to content

chore: update actions#188

Merged
olivermrose merged 1 commit intomainfrom
chore/actions
Mar 19, 2026
Merged

chore: update actions#188
olivermrose merged 1 commit intomainfrom
chore/actions

Conversation

@olivermrose
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 19, 2026 00:36
@olivermrose olivermrose merged commit 7a57feb into main Mar 19, 2026
4 checks passed
@olivermrose olivermrose deleted the chore/actions branch March 19, 2026 00:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions dependencies used by the repository’s CI and release workflows to newer major versions.

Changes:

  • Bump actions/checkout from v4 to v6 in CI and release workflows
  • Bump pnpm/action-setup from v4 to v5 in CI and release workflows
  • Bump actions/setup-node from v4 to v6 in CI and release workflows

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/ci.yml Updates action versions used for checkout, pnpm setup, and Node setup in CI.
.github/workflows/release.yml Updates action versions used for checkout, pnpm setup, and Node setup in the release pipeline.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +15 to +19
uses: actions/checkout@v6
- name: Set up pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v5
- name: Set up node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
Comment on lines 43 to +47
- name: Set up pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v5

- name: Setup node
uses: actions/setup-node@v4
uses: actions/setup-node@v6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants